home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n11.arc / EXITS.H < prev    next >
Text File  |  1991-05-10  |  515b  |  9 lines

  1.                 /*lint -efile(766,exits.h) avoid 'not used' message */
  2. EXITS(ERROR_SUCCESS,   "Operation successful. Shutting down.")
  3. EXITS(ERROR_USAGE,     "Incorrect command line.")
  4. EXITS(ERROR_ENVIRON,   "Environment variable not found.")
  5. EXITS(ERROR_DOS,       "Error restoring old DOS drive or directory.")
  6. EXITS(ERROR_NODIRS,    "No directories were specified to search.")
  7. EXITS(ERROR_MALLOC,    "Out of memory (try /N switch).")
  8. EXITS(ERROR_BAD_DRIV,  "Bad drive letters or range in /D= parameter.")
  9.